Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Logs SDK] Deprecate LogData struct #2325

Merged
merged 5 commits into from
Nov 23, 2024

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Nov 22, 2024

Changes

The struct is not used anywhere, and can be deprecated, and later removed in next major release.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@lalitb lalitb requested a review from a team as a code owner November 22, 2024 21:38
@@ -13,6 +13,10 @@ pub use log_processor::{
use opentelemetry::InstrumentationScope;
pub use record::{LogRecord, TraceContext};

#[deprecated(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 nice!

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.5%. Comparing base (2ba2e7f) to head (fe25018).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2325   +/-   ##
=====================================
  Coverage   79.5%   79.5%           
=====================================
  Files        123     123           
  Lines      21258   21258           
=====================================
  Hits       16907   16907           
  Misses      4351    4351           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@lalitb
Copy link
Member Author

lalitb commented Nov 22, 2024

More CI failuares due to recent rustls version updates. Maybe after patch release, we should bump msrv version for api and sdk from 1.70.0 to 1.71.0. For now, will create a msrv patch.

@cijothomas cijothomas merged commit 3d352d8 into open-telemetry:main Nov 23, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants